The hit list for picking contains only whole objects.
Face
The hit list for picking contains faces of objects.
Edge
The hit list for picking contains edges of objects.
Vertex
The hit list for picking contains vertices of objects.
Data Format
PickPartsFlags pickParts
pickParts
The value in this field must be one of the four flags specified in the
PickPartsFlags
data enumeration.
Data Size
4
Description
A pick parts style object is used to specify the sort of object to be picked during the operation of picking. The flags
Face
,
Edge
, and
Vertex
are used to pick meshes; the flag
Object
is used to pick all other objects. The default flag is
Object
.